-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unique Chain 1.14 #1096
Open
vklachkov
wants to merge
105
commits into
develop
Choose a base branch
from
unique-polkadot-1.14
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Unique Chain 1.14 #1096
+13,965
−8,852
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mrshiposha
requested changes
Nov 26, 2024
type ChannelList = <Runtime as cumulus_pallet_xcmp_queue::Config>::ChannelInfo; | ||
} | ||
|
||
#[allow(deprecated)] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Пусть ругается. Нам это надо будет убрать в следующем релище окончательно
Suggested change
#[allow(deprecated)] |
CertainLach
reviewed
Nov 26, 2024
CertainLach
reviewed
Nov 26, 2024
BuddyGlas
added
CI-main-process
for CI workflows
and removed
CI-forkless
CI-node-only-update
for CI workflows
CI-forkless-no-data
for CI workflows
CI-forkless-data
for CI workflows
labels
Nov 27, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Much-anticipated update of Unique to Polkadot 1.14.
This update has been prepared through the joint efforts of @fairax, @BuddyGlas, myself, and @mrshiposha.
In this update
Despite the release of version 1.16.1, we decided to keep the SDK version at 1.14 as it has already been tested and works great.
Regarding the previous PR #1091, I have restructured the commit history and corrected all messages, as well as added the missing changes.
Update note №1
The node in this release with Async Backing performs very poorly. To address this, it was decided to update the node separately to the latest Polkadot SDK to enable Fork Aware Tx Pool in a separate branch. After the new release from Parity, the branches may be merged.
Update note №2
The release has been delayed so much that many outdated branches with intermediate changes have formed during the process. After a successful release, we need to remember to clean up.